Markdown
In Hedgehog Lab you can encapsulate output in markdown.
This is done by calling the markdown function:
markdown(' Your markdown here ')
For multiple lines, use template strings instead:
markdown(`
# Your markdown title1
## Your markdown title2
Your markdown context
`)
//change this example to h1 h2 h3 plaintext codeexmaple bold inline code block url (~10 lines of code) Here is an example:
tip
To learn markdown one can use Google for a variety of many resources.